HashMap.byValue

  1. auto byValue()
    struct HashMap(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, bool storeHash = true)
    inout @trusted
    byValue
    (
    this This
    )
    ()
  2. alias opSlice = byValue

Return Value

Type: auto

a range of the values in this map.

Meta